Version

OnRowAdding(Hashtable,Dictionary<String,Object>) Method

Fires the RowAdding event. Called by add new row whenever a row is being added.
Syntax
'Declaration
 
Public Overloads Function OnRowAdding( _
   ByVal values As Hashtable, _
   ByVal unboundValues As Dictionary(Of String,Object) _
) As Boolean
public bool OnRowAdding( 
   Hashtable values,
   Dictionary<string,object> unboundValues
)

Parameters

values
New cell values.
unboundValues
New unbound cell values

Return Value

True if the event was canceled.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also